home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Algorithms for Image Analysis
/
Practical Algorithms for Image Analysis.iso
/
GD
/
gd1_2_tar.z
/
gd1_2_tar
/
gd1.2
/
gdfonts.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-08-08
|
363 b
|
16 lines
#ifndef GDFONTS_H
#define GDFONTS_H 1
/* gdfonts.h: brings in the smaller of the two provided fonts.
Also link with gdfonts.c. */
#include "gd.h"
/* 6x12 font derived from a public domain font in the X
distribution. Only contains the 96 standard ascii characters,
sorry. Feel free to improve on this. */
extern gdFontPtr gdFontSmall;
#endif